ComponentOne Xamarin.Android
CanSort Method (C1HierarchicalCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : CanSort Method
The sort descriptions to be checked whether the collection view can be sorted.
Returns whether the collection view is able to sort the specified sortDescriptions.
Syntax
'Declaration
 
Public Function CanSort( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Boolean
'Usage
 
Dim instance As C1HierarchicalCollectionView(Of T)
Dim sortDescriptions() As SortDescription
Dim value As Boolean
 
value = instance.CanSort(sortDescriptions)
public bool CanSort( 
   params SortDescription[] sortDescriptions
)

Parameters

sortDescriptions
The sort descriptions to be checked whether the collection view can be sorted.
See Also

Reference

C1HierarchicalCollectionView<T> Class
C1HierarchicalCollectionView<T> Members